home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / hlp145an.zip / HLPE-CLR.ZIP / HLPL < prev    next >
Text File  |  1992-02-07  |  2KB  |  35 lines

  1. @CLS@
  2. @X04(@X0CL@X04)ocate Files by Name - Function Help
  3. --------------------------------------
  4.  
  5. @X0BSubcommands: @X0F @X03(filename/wildcard) (A) (D) (N) (U) (NS)
  6.  
  7. @X0F              @X04(@X0Cfilename/wildcard@X04)@X0F @X03is the filename to scan for
  8. @X0F              @X04(@X0CA@X04) @X03scans all available file directories
  9. @X0F              @X04(@X0CD@X04) @X03download all files found
  10. @X0F              @X04(@X0CN@X04) @X03combine the search with a date scan
  11. @X0F              @X04(@X0CS@X04) @X03with (N) indicates new files since last date scanned
  12. @X0F              @X04(@X0CU@X04) @X03scans only the available upload file directories
  13. @X0F              @X04(@X0CNS@X04)@X03 displays listing in non-stop mode
  14.  
  15. @X0ADescription:@X0F  @X0AAllows you to search the file directory listings for filenames
  16. @X0F              @X0Awhich match those you are looking for.  You can also use
  17. @X0F              @X0Avalid DOS wildcards in your filename request if you are unsure
  18. @X0F              @X0Aof the exact filename you are looking for.
  19.  
  20. @X0EExamples:   @X0F  @X0CL TEST A     @X0F  @X07- search all directories for a file called TEST
  21. @X0F              @X0CL TEST*.* A  @X0F  @X07- search all for any file beginning with TEST
  22. @X0F              @X0CL TEST A D   @X0F  @X07- find TEST and download it
  23. @X0F              @X0CL TEST*.* U  @X0F  @X07- find TEST*.* in the UPLOAD directory
  24. @X0F              @X0CL TEST*.* N A@X0F  @X07- find only new files matching TEST*.*
  25.  
  26. @X0F              @X02Other examples of wildcards:@X0F  @X0CTEST?  TEST?.ZIP  ??TEST.*
  27.  
  28. @X02NOTE:  If the filename is less than 8 characters long and no wildcards have
  29. been used it automatically appends "@X0C*.*@X02" to the name (i.e. searching for TEST
  30. turns into @X0CTEST*.*@X02).
  31.  
  32. If an invalid file is requested it will automatically switch to a @X0CZ@X02)ippy search
  33. command
  34.  
  35.